home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / MiscKit1.7.1 / MiscKitArchive.mbox / mbox / 000002_kane@sonata.cc.purdue.edu_Mon Sep 13 15:14 MDT 1993.msg < prev    next >
Internet Message Format  |  1994-10-30  |  2KB

  1. Received: from yvax2.byu.edu by maine.et.byu.edu; Mon, 13 Sep 93 15:14:54 -0600
  2. Return-Path: <kane@sonata.cc.purdue.edu>
  3. Received: from DIRECTORY-DAEMON by yvax.byu.edu (PMDF V4.2-13 #4169) id
  4.  <01H2WK80LCA891WG25@yvax.byu.edu>; Mon, 13 Sep 1993 15:12:48 MDT
  5. Received: from alaska.et.byu.edu by yvax.byu.edu (PMDF V4.2-13 #4169) id
  6.  <01H2WK7WSXE88Y6PVN@yvax.byu.edu>; Mon, 13 Sep 1993 15:12:41 MDT
  7. Received: from yvax.byu.edu by alaska.et.byu.edu; Mon, 13 Sep 93 15:14:24 -0600
  8. Received: from DIRECTORY-DAEMON by yvax.byu.edu (PMDF V4.2-13 #4169) id
  9.  <01H2WK6YNZHS8Y6Q1I@yvax.byu.edu>; Mon, 13 Sep 1993 15:12:03 MDT
  10. Received: from sonata.cc.purdue.edu by yvax.byu.edu (PMDF V4.2-13 #4169) id
  11.  <01H2WK6RIILC8Y6OAO@yvax.byu.edu>; Mon, 13 Sep 1993 15:11:47 MDT
  12. Received: from concerto.cc.purdue.edu by sonata.cc.purdue.edu (5.61/Purdue_CC)
  13.  id AA06378; Mon, 13 Sep 93 16:11:32 -0500
  14. Received: by concerto.cc.purdue.edu (NX5.67d/NX3.0X) id AA02253; Mon,
  15.  13 Sep 93 16:11:36 -0500
  16. Received: by NeXT.Mailer (1.95)
  17. Received: by NeXT Mailer (1.95)
  18. Date: Mon, 13 Sep 1993 16:11:36 -0500
  19. From: kane@sonata.cc.purdue.edu
  20. Subject: External files & allowable contributions
  21. To: misckit@byu.edu
  22. Message-Id: <9309132111.AA06378@sonata.cc.purdue.edu>
  23. Content-Transfer-Encoding: 7BIT
  24. Status: RO
  25.  
  26. yackd@oregon.et.byu.edu (Don Yacktman) writes:
  27. > (3)  What should be allowed as a contribution to the kit? [...]
  28. > (4)  What do you have that you'd like to include in the kit? [...]
  29.  
  30. Don discusses the MiscKit in terms of a library against which an
  31. application can be linked.  This kind of implies that MiscKit
  32. objects are self-contained in some way; that they do not make use
  33. of external files (e.g., nib files, tiff files).
  34.  
  35. How do classes which require or simply make use of such things get
  36. incorporated into the Misc Kit?  Should they be included in the
  37. MiscKit? (a shame if it were that restrictive, I think) How are
  38. the external files packaged with the Kit and made available to
  39. developers conveniently to be incorporated?
  40.  
  41. One possibility: "self-contained" classes get added to the library,
  42. classes that need outside files should be presented in the form of
  43. a self-contained bundle (two possibilities here: the class code is
  44. to be dynamically loaded from the bundle, or the bundle just contains
  45. the auxiliary files needed and the class is in the library).
  46.  
  47. Thoughts anyone?
  48.  
  49. Christopher Kane
  50. kane@cs.purdue.edu